home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #5
/
Amiga Plus CD - 2000 - No. 5.iso
/
Tools
/
Misc
/
FLM
/
otherfiles
/
english
/
ARexx
/
finalc_take.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
2000-01-01
|
887b
|
25 lines
/* Script which takes translation from FLM and writes it under the current
cursor position.
Only you must copy this file in your FinalCopy directory, and then
rename it as "AMacro_?".
For "?" you must indicate a number from 1 to 10.
Now it should be possible to write translation from FLM either through
the function key (number you wrote in place of "?") or from the menu
"ARexx" - providing the ARexx Dictionary Window is open.
Here I've customised FinalCopy 1. It's possible that something changed
in FinalCopy 2. In this case, simply look at your FinalCopy manual.
-> Warning: Program FLM and RexxMast must be active !!!
*/
Options RESULTS
Address FLM TAKEWORD /* Translation from FLM in variable RESULT */
If Symbol('RESULT')='LIT' Then Exit /* Is RESULT defined? */
Type RESULT /* Contents of variable RESULT under the current cursor position */